func runtime/pprof.writeProfileInternal

3 uses

	runtime/pprof (current package)
		pprof.go#L847: 	return writeProfileInternal(w, debug, "contention", runtime.BlockProfile, scaleBlockProfile)
		pprof.go#L860: 	return writeProfileInternal(w, debug, "mutex", runtime.MutexProfile, scaleMutexProfile)
		pprof.go#L864: func writeProfileInternal(w io.Writer, debug int, name string, runtimeProfile func([]runtime.BlockProfileRecord) (int, bool), scaleProfile func(int64, float64) (int64, float64)) error {